home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magazyn WWW 1999 March
/
magazyn_www_23_03_1999.iso
/
prog
/
mac
/
snak
/
snak.hqx
/
Snak 2.0b6
/
Scripts
/
nicks
< prev
next >
Wrap
Text File
|
1998-06-25
|
393b
|
25 lines
# Kent Sorensen 06/25/98 : this file is from the standard distribution of ircII
# This lets you assign aliases for peoples nicknames.
# For example, of you do: /ASSIGN BC BigCheese
# Then you can do: /MSG BC Hi there!
alias msg {
if ( [$($0)] )
{
${K}${K}msg $($0) $1-
}
{
${K}${K}msg $0 $1-
}
}
alias query {
if ( [$($0)] )
{
${K}${K}query $($0)
}
{
${K}${K}query $0-
}
}